const vendor/golang.org/x/text/unicode/norm.jamoTCount
8 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L328: jamoTCount = 28
composition.go#L389: return c < jamoLVTCount && c%jamoTCount == 0
composition.go#L397: x := r % jamoTCount
composition.go#L398: r /= jamoTCount
composition.go#L413: x := r % jamoTCount
composition.go#L414: r /= jamoTCount
composition.go#L445: (l-jamoLBase)*jamoVTCount+(v-jamoVBase)*jamoTCount)
composition.go#L448: ((l-hangulBase)%jamoTCount) == 0:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |